Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add greenboot-rs ci #123

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Conversation

yih-redhat
Copy link
Collaborator

No description provided.

name: "{{ vm_name }}"
command: start
become: yes
delegate_to: 127.0.0.1

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling.

Do not leave debug code in production
name: "{{ vm_name }}"
command: destroy
become: yes
delegate_to: 127.0.0.1

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling.

Do not leave debug code in production
command: list_vms
become: yes
register: all_vms
delegate_to: 127.0.0.1

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling.

Do not leave debug code in production
- name: delay 60 seconds after reboot to make system stable
pause:
seconds: 60
delegate_to: 127.0.0.1

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling.

Do not leave debug code in production
SSH_USER="admin"
OS_NAME="rhel-edge"
IMAGE_TYPE=edge-commit
PROD_REPO_URL=http://192.168.100.1/repo

Check warning

Code scanning / devskim

An HTTP-based URL without TLS was detected.

Insecure URL
# same address on bootup.
greenprint "💡 Setup libvirt network"
sudo tee /tmp/integration.xml > /dev/null << EOF
<network xmlns:dnsmasq='http://libvirt.org/schemas/network/dnsmasq/1.0'>

Check warning

Code scanning / devskim

An HTTP-based URL without TLS was detected.

Insecure URL
},
{
"name": "source",
"baseurl": "http://192.168.100.1/source/"

Check warning

Code scanning / devskim

An HTTP-based URL without TLS was detected.

Insecure URL
},
{
"name": "source",
"baseurl": "http://192.168.100.1/source/"

Check warning

Code scanning / devskim

An HTTP-based URL without TLS was detected.

Insecure URL
@nullr0ute nullr0ute merged commit 2d66d41 into fedora-iot:greenboot-rs Oct 17, 2023
@yih-redhat yih-redhat deleted the add-ci branch October 17, 2023 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants